projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ca5bb
)
(bootstrap-clean): Use cd to shorten arg strings.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Sep 2002 16:14:30 +0000
(16:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Sep 2002 16:14:30 +0000
(16:14 +0000)
Don't ignore errors in rm line.
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 9fa62e4625ee28eafbe5cc61b78c23f74bcb7d30..aa68e43c1da21e49712c5cad6d18ba56fe9ada78 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-278,7
+278,7
@@
recompile: doit
bootstrap-clean:
if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
-
-rm -f $(lisp)/*.elc $(lisp)/
*/*.elc
+
cd $(lisp); rm -f *.elc
*/*.elc
# Generate/update files for the bootstrap process.